From bcfc20f4bc0cf04bc25b28c64c3a359324774b36 Mon Sep 17 00:00:00 2001 From: "arun.sharma@intel.com[kaf24]" Date: Thu, 30 Jun 2005 08:09:58 +0000 Subject: [PATCH] bitkeeper revision 1.1781 (42c3a8d63EmXV0wA3jHItrRQ0fKLsg) [PATCH] Support VMX guests with 512M/1G memory. Support VMX guests with 512M/1G memory. Signed-off-by: Edwin Zhai Signed-off-by: Arun Sharma diff -r f6e5bd774f51 -r 13e02f197018 tools/ioemu/configure --- tools/ioemu/configure | 2 ++ tools/ioemu/target-i386-dm/Makefile | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/ioemu/configure b/tools/ioemu/configure index f49a38ca9f..c50ce360b6 100755 --- a/tools/ioemu/configure +++ b/tools/ioemu/configure @@ -490,6 +490,8 @@ target_softmmu="no" if expr $target : '.*-softmmu' > /dev/null ; then target_softmmu="yes" fi +#for support 256M guest +target_softmmu="yes" target_user_only="no" if expr $target : '.*-user' > /dev/null ; then target_user_only="yes" diff --git a/tools/ioemu/target-i386-dm/Makefile b/tools/ioemu/target-i386-dm/Makefile index 3cb11c9705..0e79fb6eeb 100644 --- a/tools/ioemu/target-i386-dm/Makefile +++ b/tools/ioemu/target-i386-dm/Makefile @@ -305,9 +305,6 @@ VL_LDFLAGS= ifdef CONFIG_STATIC VL_LDFLAGS+=-static endif -ifeq ($(XEN_TARGET_ARCH),x86_32) -VL_LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(XEN_TARGET_ARCH).ld -endif ifndef CONFIG_DARWIN ifndef CONFIG_WIN32 VL_LIBS=-lutil -- 2.30.2